- 
                Notifications
    You must be signed in to change notification settings 
- Fork 20
Add more formula tests for min and max functions #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more formula tests for min and max functions #623
Conversation
31518e8    to
    de303df      
    Compare
  
    de303df    to
    13451b5      
    Compare
  
    | In the tests, could you add additional inputs that test both sides of max/min for each case? Looks like all cases are just testing just one side. It would be nice to have some  Also it would be nice to test cases that have basic operations inside and to the right of min/max.  Like:  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some tests to make sure that this works in strange cases and I'm now convinced that this works. So I have no objections to taking this in as it is now.
Signed-off-by: Matthias Wende <[email protected]>
13451b5    to
    ec35233      
    Compare
  
    ec35233    to
    a425c40      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a question/comment to check for and LGTM
a425c40    to
    b2bd8b7      
    Compare
  
    b2bd8b7    to
    f2ead95      
    Compare
  
    Signed-off-by: Matthias Wende <[email protected]>
Signed-off-by: Matthias Wende <[email protected]>
f2ead95    to
    53912ed      
    Compare
  
    
Also we make the interface public as it's considered ready to use.